home *** CD-ROM | disk | FTP | other *** search
/ Invisible Universe / Invisible Universe (1995)(Voyager)[Mac-PC].iso / mac / MOVIES / ORADIOG.DIR / 00062_Script_62 < prev    next >
Text File  |  1995-11-13  |  364b  |  18 lines

  1. on idle
  2.   global gFiorellaOnStage, gHelpDuration
  3.   
  4.   if gFiorellaOnStage then
  5.     if the movieTime of sprite 48 >= gHelpDuration then
  6.       stopHelp
  7.     end if
  8.     exit
  9.   end if  --put ">>> on idle movie script 41"
  10.   showHiliteNew
  11.   --go to the frame
  12. end idle
  13.  
  14. on exitFrame
  15.   --put ">>> movie script 41 exitFrame"
  16.   go to the frame
  17. end exitFrame
  18.